home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / curios.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  261 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(2) or rollOver(3) then
  3.     set the visible of sprite 3 to 0
  4.   else
  5.     if the visible of sprite 3 = 1 then
  6.       set the visible of sprite 3 to 0
  7.     else
  8.       set the visible of sprite 3 to 1
  9.     end if
  10.   end if
  11.   go(the frame)
  12. end
  13.